home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / rukc1g.zip / !README < prev    next >
Text File  |  1994-07-14  |  2KB  |  57 lines

  1. README 14-Jul-94.
  2. RUCKUS 1.0G for DOS C compilers.
  3.  
  4. INSTALL:
  5. -------
  6. First thing to do is to move all the files in this package to a new directory
  7. with at least a 1.5M available. You can move them anytime after the
  8. installation has finished. To install, run INSTALL.BAT. INSTALL.BAT executes
  9. the INSTALLATION program to setup the library files. These programs extract
  10. and build the two LIBrary files, RUCKDAC.LIB and RUCKMIDI.LIB, ready to be
  11. used by any DOS C compiler (see the Borland patch below).
  12.  
  13. IMPORTANT: Alignment of Ruckus structures, in the header and in your
  14. program, MUST be byte-alignment.  Many compilers default to 2 or 4-byte
  15. alignment unless instructed others (#pragma... or other method).  Your
  16. program will NOT run correctly unless any Ruckus structure is properly
  17. aligned.  Consult your compiler documentation on how to set alignment.
  18. Only Ruckus structures need this alignment -- you can switch back to
  19. whatever alignment you want EXCEPT when defining/declaring Ruckus structures.
  20.  
  21.  
  22. USING A BORLAND C COMPILER:
  23. ---------------------------
  24. If you are using any of Borland's C compilers (TC 1.0 to BC 3.1+) you must
  25. use the BORLAND patch. See the files in BORLAND.ZIP for more.  Version
  26. 1.0E contains fixes for the Borland patches.
  27.  
  28.  
  29. OLDER COMPILERS:
  30. ---------------
  31. If you're using QuickC you should not use the AtExit() routines provided with
  32. RUCKUS. Seems _atexit is always near in all QC 2.5 memory models (a QC bug).
  33. This may be a local problem.
  34.  
  35.  
  36. WHAT ELSE?
  37. ----------
  38. For a quick demo of the RUCKUS toolkit, run both CHIMPS1 (MIDI interactive
  39. playback sequencer) and MODAC (Mod and DAC player/recorder). Also see the
  40. GUS, MPU-401, & OPL2/3 demo file R2EXE*.ZIP.
  41.  
  42. Read the *.DOC files for more.
  43.  
  44. VGA graphics and a mouse is recommended for CHIMPS1 and MODAC110. For
  45. CHIMPS1.EXE information run CHIMPS1 with nothing following. For MODAC
  46. information see the MODAC.DOC file.
  47.  
  48.  
  49. AND STILL:
  50. ---------
  51. The XMS file transfer buffer is now 16K rather than 64K since C's malloc()
  52. large model cannot deal with requests of 64K (sure it can).
  53.  
  54.  
  55. Credit card order now accepted. See !ORDER.CC.
  56.  
  57.